projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa68242
)
Fix read error reported by Fabien Coelho.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Wed, 18 Jul 2007 20:11:28 +0000
(20:11 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Wed, 18 Jul 2007 20:11:28 +0000
(20:11 +0000)
lisp/vc-svn.el
patch
|
blob
|
history
diff --git
a/lisp/vc-svn.el
b/lisp/vc-svn.el
index 57bf5828a3f170e4971de6bf379bb6e0499e6f3c..1539c5c2d5d8062e7522a79614ef292127d390a7 100644
(file)
--- a/
lisp/vc-svn.el
+++ b/
lisp/vc-svn.el
@@
-390,7
+390,7
@@
The changes are between FIRST-VERSION and SECOND-VERSION."
;; By default Subversion only shows the log upto the working version,
;; whereas we also want the log of the subsequent commits. At least
;; that's what the vc-cvs.el code does.
- "-rHEAD:0")))
)
+ "-rHEAD:0")))
(defun vc-svn-wash-log ()
"Remove all non-comment information from log output."